setDropDownViewTheme

abstract fun setDropDownViewTheme(theme: @Nullable Resources.Theme)(source)

Sets the Resources.Theme against which drop-down views are inflated.

Parameters

theme

the context against which to inflate drop-down views, or null to use the default theme

See also